home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFRPRINTFORM / TFRPRINTFORM.txt < prev   
Text File  |  2005-01-28  |  6KB  |  271 lines

  1. object frPrintForm: TfrPrintForm
  2.   Left = 197
  3.   Top = 107
  4.   ActiveControl = E1
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print'
  8.   ClientHeight = 226
  9.   ClientWidth = 485
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label5: TLabel
  20.     Left = 4
  21.     Top = 200
  22.     Width = 21
  23.     Height = 13
  24.     Caption = 'Print'
  25.     FocusControl = CB2
  26.   end
  27.   object GroupBox2: TGroupBox
  28.     Left = 4
  29.     Top = 68
  30.     Width = 265
  31.     Height = 117
  32.     Caption = 'Pages'
  33.     TabOrder = 0
  34.     object Label2: TLabel
  35.       Left = 8
  36.       Top = 82
  37.       Width = 249
  38.       Height = 29
  39.       AutoSize = False
  40.       Caption = 
  41.         'Enter page numbers and/or page ranges, separated by commas. For ' +
  42.         'example, 1,3,5-12'
  43.       WordWrap = True
  44.     end
  45.     object RB1: TRadioButton
  46.       Left = 8
  47.       Top = 20
  48.       Width = 77
  49.       Height = 17
  50.       HelpContext = 108
  51.       Caption = 'All'
  52.       Checked = True
  53.       TabOrder = 0
  54.       TabStop = True
  55.     end
  56.     object RB2: TRadioButton
  57.       Left = 8
  58.       Top = 40
  59.       Width = 93
  60.       Height = 17
  61.       HelpContext = 118
  62.       Caption = 'Current page'
  63.       TabOrder = 1
  64.     end
  65.     object RB3: TRadioButton
  66.       Left = 8
  67.       Top = 60
  68.       Width = 77
  69.       Height = 17
  70.       HelpContext = 124
  71.       Caption = 'Numbers:'
  72.       TabOrder = 2
  73.       OnClick = RB3Click
  74.     end
  75.     object E2: TEdit
  76.       Left = 88
  77.       Top = 58
  78.       Width = 165
  79.       Height = 21
  80.       HelpContext = 133
  81.       TabOrder = 3
  82.       OnEnter = E2Click
  83.     end
  84.   end
  85.   object Button1: TButton
  86.     Left = 326
  87.     Top = 196
  88.     Width = 75
  89.     Height = 25
  90.     HelpContext = 40
  91.     Caption = 'OK'
  92.     Default = True
  93.     ModalResult = 1
  94.     TabOrder = 1
  95.   end
  96.   object Button2: TButton
  97.     Left = 406
  98.     Top = 196
  99.     Width = 75
  100.     Height = 25
  101.     HelpContext = 50
  102.     Cancel = True
  103.     Caption = 'Cancel'
  104.     ModalResult = 2
  105.     TabOrder = 2
  106.   end
  107.   object GroupBox1: TGroupBox
  108.     Left = 4
  109.     Top = 8
  110.     Width = 477
  111.     Height = 49
  112.     Caption = 'Printer'
  113.     TabOrder = 3
  114.     object Label4: TLabel
  115.       Left = 8
  116.       Top = 20
  117.       Width = 28
  118.       Height = 13
  119.       Caption = 'Name'
  120.       FocusControl = CB1
  121.     end
  122.     object Image1: TImage
  123.       Left = 48
  124.       Top = 21
  125.       Width = 18
  126.       Height = 16
  127.       AutoSize = True
  128.       Picture.Data = {<image000.bmp>}
  129.       Visible = False
  130.     end
  131.     object CB1: TComboBox
  132.       Left = 72
  133.       Top = 17
  134.       Width = 305
  135.       Height = 22
  136.       HelpContext = 142
  137.       Style = csOwnerDrawFixed
  138.       ItemHeight = 16
  139.       TabOrder = 0
  140.       OnClick = CB1Click
  141.       OnDrawItem = CB1DrawItem
  142.     end
  143.     object PropButton: TButton
  144.       Left = 392
  145.       Top = 17
  146.       Width = 75
  147.       Height = 22
  148.       HelpContext = 152
  149.       Caption = 'Setup...'
  150.       TabOrder = 1
  151.       OnClick = PropButtonClick
  152.     end
  153.   end
  154.   object GroupBox3: TGroupBox
  155.     Left = 280
  156.     Top = 68
  157.     Width = 201
  158.     Height = 117
  159.     Caption = 'Copies'
  160.     TabOrder = 4
  161.     object Label1: TLabel
  162.       Left = 8
  163.       Top = 24
  164.       Width = 83
  165.       Height = 13
  166.       Caption = 'Number of copies'
  167.       FocusControl = E1
  168.     end
  169.     object CollateImg: TImage
  170.       Left = 16
  171.       Top = 52
  172.       Width = 74
  173.       Height = 53
  174.       AutoSize = True
  175.       Picture.Data = {<image001.bmp>}
  176.       Visible = False
  177.     end
  178.     object NonCollateImg: TImage
  179.       Left = 8
  180.       Top = 60
  181.       Width = 92
  182.       Height = 40
  183.       AutoSize = True
  184.       Picture.Data = {<image002.bmp>}
  185.       Visible = False
  186.     end
  187.     object Label3: TLabel
  188.       Left = 132
  189.       Top = 64
  190.       Width = 61
  191.       Height = 41
  192.       AutoSize = False
  193.       Caption = 'Collate'
  194.       WordWrap = True
  195.       OnClick = Label3Click
  196.       OnDblClick = Label3Click
  197.     end
  198.     object PB1: TPaintBox
  199.       Left = 8
  200.       Top = 52
  201.       Width = 92
  202.       Height = 53
  203.       OnPaint = PB1Paint
  204.     end
  205.     object E1: TEdit
  206.       Left = 128
  207.       Top = 20
  208.       Width = 49
  209.       Height = 21
  210.       HelpContext = 99
  211.       TabOrder = 0
  212.       Text = '1'
  213.     end
  214.     object Panel1: TPanel
  215.       Left = 158
  216.       Top = 22
  217.       Width = 17
  218.       Height = 17
  219.       BevelOuter = bvNone
  220.       TabOrder = 1
  221.       object frSpeedButton1: TfrSpeedButton
  222.         Left = 0
  223.         Top = 0
  224.         Width = 17
  225.         Height = 8
  226.         Glyph.Data = {
  227.           86000000424D8600000000000000760000002800000007000000040000000100
  228.           0400000000001000000000000000000000001000000000000000000000000000
  229.           80000080000000808000800000008000800080800000C0C0C000808080000000
  230.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFF0F000
  231.           00F0FF000FF0FFF0FFF0}
  232.         Spacing = 0
  233.         OnClick = frSpeedButton1Click
  234.       end
  235.       object frSpeedButton2: TfrSpeedButton
  236.         Left = 0
  237.         Top = 9
  238.         Width = 17
  239.         Height = 8
  240.         Glyph.Data = {
  241.           86000000424D8600000000000000760000002800000007000000040000000100
  242.           0400000000001000000000000000000000001000000000000000000000000000
  243.           80000080000000808000800000008000800080800000C0C0C000808080000000
  244.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF0FFF0FF00
  245.           0FF0F00000F0FFFFFFF0}
  246.         OnClick = frSpeedButton2Click
  247.       end
  248.     end
  249.     object CollateCB: TCheckBox
  250.       Left = 112
  251.       Top = 62
  252.       Width = 17
  253.       Height = 17
  254.       HelpContext = 188
  255.       State = cbChecked
  256.       TabOrder = 2
  257.       OnClick = CollateCBClick
  258.     end
  259.   end
  260.   object CB2: TComboBox
  261.     Left = 48
  262.     Top = 196
  263.     Width = 155
  264.     Height = 21
  265.     HelpContext = 196
  266.     Style = csDropDownList
  267.     ItemHeight = 13
  268.     TabOrder = 5
  269.   end
  270. end
  271.